# NOT RUN {
# Quantifying the runtimes for the substring function against a set of input data sizes:
input.sizes = 10^seq(1, 4, by = 0.5)
timings.df <- asymptoticTimings(substring(paste(rep("A", N), collapse = ""), 1:N, 1:N), input.sizes)
# Plotting the trend between benchmarked timings and data sizes:
plotTimings(timings.df)
# }
Run the code above in your browser using DataLab