Skip to content
#

benchmark

Here are 1,957 public repositories matching this topic...

BenchmarkDotNet
simonech
simonech commented Jun 24, 2019

For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
![image](https://user-images.github

crtrott
crtrott commented Sep 4, 2019

I was trying to build google benchmark with IBM XL 16.1.1 and it crashed the compiler. Not sure if anyone wants to investigate a workaround or so.

cmake -DCMAKE_CXX_COMPILER=xlc++ -DBENCHMARK_ENABLE_GTEST_TESTS=OFF ../
....
....
....
[ 40%] Building CXX object test/CMakeFiles/donotoptimize_test.dir/donotoptimize_test.cc.o
cd /ascldap/users/crtrott/Software/benchmark/build-xl/test && /
anderspapitto
anderspapitto commented Dec 15, 2018

I changed a benchmark to do twice as much work per iteration, and added a multiplier of 2 in the .throughput() to account for this. Time taken per iteration went up, but so did throughput. However criterion reported this as a regression, which is wrong/misleading.

When throughput is provided, "regression" and "improvement" labels should probably be based on throughput rather than time per ite

evo
MichaelGrupp
MichaelGrupp commented Feb 10, 2019

https://github.com/moble/quaternion is native numpy quaternion implementation that could probably replace the slow and unsafe Python implementations in the transformations.py module. It supports arrays of quaternions and operations on these, which is what we need.

  • replace quaternion code with numpy-quaternion
  • require numba dependency?
  • check out features of the package like S
SLM-Lab
batu
batu commented Feb 5, 2020

First off thank you for this library!

I wanted to ask for your help in understanding the analysis and logging of the training.

During training a lot of information is dumped:

Trial 0 session 3 reinforce_cartpole_t0_s3 [eval_df metrics] final_return_ma: 167.6  strength: 145.74  max_strength: 178.14  final_strength: 178.14  sample_efficiency: 2.22874e-05  training_efficiency: 0.00051129

Improve this page

Add a description, image, and links to the benchmark topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the benchmark topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.