Skip to content

Commit

Permalink
TurboBench: Benchmark App
Browse files Browse the repository at this point in the history
  • Loading branch information
powturbo committed Jul 9, 2023
1 parent bbabfb4 commit 61f2789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbobench.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#include <time.h>
#include "conf.h"
#include "time_.h"
#include "plugins.h"
#include "plugin.h"

double weissman(double ratio, double bandwith, double bandwithlo, double bandwithhi ) {
return ratio * log10( 1 + bandwith/(bandwithlo*ratio) ) - (bandwithhi > 0?ratio * log10( 1 + bandwith/(bandwithhi*ratio) ):0.0);
Expand Down

0 comments on commit 61f2789

Please sign in to comment.