diff --git a/.gitignore b/.gitignore index 8ad09ebf..f6da5bc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Self-defined *result/ +*benchmark_result.csv slct # Byte-compiled / optimized / DLL files diff --git a/README.md b/README.md index cf6dfb59..bbf93fd7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ All the log parsers have been evaluated across 16 different logs available in [l

- :point_down: Check the detailed bechmarking result table (click to expand) + :point_down: Check the detailed benchmarking result table (click to expand)

diff --git a/benchmark/AEL_benchmark.py b/benchmark/AEL_benchmark.py deleted file mode 100644 index 6064f262..00000000 --- a/benchmark/AEL_benchmark.py +++ /dev/null @@ -1,164 +0,0 @@ -#!/usr/bin/env python - -import sys -sys.path.append('../') -from logparser import AEL, evaluator -import os -import pandas as pd - - -input_dir = '../logs/' # The input directory of log file -output_dir = 'AEL_result/' # The output directory of parsing results - -benchmark_settings = { - 'HDFS': { - 'log_file': 'HDFS/HDFS_2k.log', - 'log_format': '