size output fixed

This commit is contained in:
apostolos
2021-09-09 12:02:33 +03:00
committed by Konstantinos Margaritis
parent 87f605b87c
commit 488517c45a
3 changed files with 14 additions and 8 deletions

View File

@@ -4,6 +4,8 @@
#include <string.h>
#include <time.h>
#include <functional>
#include "nfa/shufticompile.h"
int main(){
int sizes[]= { 16000, 32000, 64000, 120000, 1600000, 2000000, 2500000, 3500000, 150000000, 250000000, 350000000, 500000000};
int loops[]= { 6000, 6000, 6000, 6000, 1000, 1000, 1000, 1000, 50, 50, 25, 25};