ccristian / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Private and shared online results #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently online results uploaded to http://microbenchmarks.appspot.com are 
publicly available. Would it be possible to restrict access to them so that 
only uploading person can see them? I don't want to publish my microbenchmarks. 
Ability to mark subset of benchmarks and publishing them while others remain 
private would be even better.

Once this is done, how can several people (team) share the results, while 
anonymous users can't access them? By sharing an API private key?

Original issue reported on code.google.com by nurkiew...@gmail.com on 18 Aug 2012 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by gak@google.com on 29 Oct 2012 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by gak@google.com on 1 Nov 2012 at 9:21

GoogleCodeExporter commented 9 years ago
In the new sharing model for the webapp, Caliper results are now accessible by 
anyone with the link, but the link itself is unguessable.  So, there is no 
public index of results and they'll never be discoverable, but you also can't 
strictly deny access.  We believe that this model will be useful for most 
people.  If somebody wants truly private results, the source code for the 
webapp will be pushed soon and hosting a separate instance of the web UI will 
be the recommended solution.

Original comment by gak@google.com on 11 Apr 2013 at 10:46