Skip to content

Commit 61f2789

Browse files
committed
TurboBench: Benchmark App
1 parent bbabfb4 commit 61f2789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbobench.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#include <time.h>
6666
#include "conf.h"
6767
#include "time_.h"
68-
#include "plugins.h"
68+
#include "plugin.h"
6969

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

0 commit comments

Comments
 (0)