Skip to content

Commit

Permalink
These benchmarks were already moved upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaveaux committed Mar 15, 2024
1 parent 2b94aa6 commit 29a6dfd
Show file tree
Hide file tree
Showing 42 changed files with 1 addition and 8,784 deletions.
15 changes: 0 additions & 15 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,18 +168,3 @@ if (MCRL2_ENABLE_DEVELOPER)
endif()
endforeach()
endif()

if (MCRL2_ENABLE_DEVELOPER)
# Find all the benchmark files
file(GLOB BENCHMARK_FILES ${CMAKE_CURRENT_SOURCE_DIR}/REC/*.dataspec)

foreach(benchmark ${BENCHMARK_FILES})
get_filename_component(benchmark ${benchmark} NAME)
string(REPLACE ".dataspec" "" NAME ${benchmark})

add_tool_benchmark("${NAME}_jitty" mcrl2rewrite
"${CMAKE_CURRENT_SOURCE_DIR}/REC/${NAME}.dataspec"
"${CMAKE_CURRENT_SOURCE_DIR}/REC/${NAME}.expressions"
"-rjitty")
endforeach()
endif()
262 changes: 0 additions & 262 deletions benchmarks/REC/benchtree10.dataspec

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/REC/benchtree10.expressions

This file was deleted.

Loading

0 comments on commit 29a6dfd

Please sign in to comment.