Skip to content
#

benchmark

Here are 2,799 public repositories matching this topic...

hyperfine
mralusw
mralusw commented Jul 22, 2021

It seems that --shell needs to be a single word -- which makes it impossible, amongst others, to test busybox sh or zsh --emulate sh or bash --posix.

Sure, for busybox you can symlink, and for zsh / bash, I suppose you can create a stub script (or small C wrapper) that exec's the real shell with prepended options. But of course that perturbs the measurement.

It might make sense

BenchmarkDotNet
adamsitnik
adamsitnik commented Mar 5, 2021

The original issue was reported in dotnet/performance#1701:

// Benchmark Process Environment Information:
// Runtime=.NET 6.0.0 (6.0.21.11801), X64 RyuJIT
// GC=Concurrent Workstation
// Job: Job-AQTFSE(PowerPlanMode=00000000-0000-0000-0000-000000000000, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)

OverheadJitting 
Andreas-Schniertshauer
Andreas-Schniertshauer commented Aug 12, 2021

When compiling benchmark-1.5.6.zip I get lot's of warnings:
cl : command line warning D9025: overriding '/W4' with '/w'
in various .vcxproj files e.g. GoogleBenchmark\test\output_test_helper.vcxproj

System

  • OS: Windows 10 21H1
  • Compiler and version: Visual Studio Professional 2019 16.11.0

This is because in various project properties the flag -w is set in additional optio

tianshou
youkaichao
youkaichao commented Jul 9, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • RL algorithm bug
    • documentation request (i.e. "X is missing from the documentation.")
    • new feature request
  • I have visited the [source website], and in particular read the [known issues]
  • I have searched through the [issue tracker] and [issue categories] for duplicates
  • [ ]
hellock
hellock commented Jul 13, 2020

We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.

You can either:

  1. Suggest a new feature by leaving a comment.
  2. Vote for a feature request with 👍 or be against with 👎. (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!)
  3. Tell us that you wo
mmpose

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