Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I name the runs sent online with Caliper?

Tags:

java

caliper

I have a benchmark that requires multiple runs to compare the results, since it needs to be compiled with different compilers and compile parameters. When I execute it, the runs are sent online with simple designators: A, B, C, etc.

I'd like to configure Caliper so that I can pass a name for each run. Is that possible?

like image 699
Daniel C. Sobral Avatar asked Oct 10 '22 05:10

Daniel C. Sobral


2 Answers

There's no mechanism to name a run on the client side. You can confirm this by looking at the results JSON file. We considered adding it and decided we'd wait for somebody to request it first. If you file a bug in the Caliper issues tracker, we'll take another look at adding the feature.

like image 115
Jesse Wilson Avatar answered Oct 13 '22 09:10

Jesse Wilson


According to this link, you can rename results of run on the server. But I didn't found any possibility to give a name for run on machine, where is caliper running.

like image 32
Jan Marek Avatar answered Oct 13 '22 09:10

Jan Marek